com.supermap.ar
Class ArViewAdapter
- java.lang.Object
-
- com.supermap.ar.ArViewAdapter
-
public abstract class ArViewAdapter extends java.lang.Object
AR adapter
-
-
Constructor Summary
Constructors Constructor and Description ArViewAdapter(android.content.Context context)
Create an adapter
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method and Description abstract android.view.View
getView(ArObject arObject, android.view.View recycledView, android.view.ViewGroup parent)
Sets layout
-
-
-
Constructor Detail
-
ArViewAdapter
public ArViewAdapter(android.content.Context context)
Create an adapter- Parameters:
context
- The context.
-
-
Method Detail
-
getView
public abstract android.view.View getView(ArObject arObject, android.view.View recycledView, android.view.ViewGroup parent)
Sets layout- Parameters:
arObject
- AR objectrecycledView
- recycledViewparent
- the parent form- Returns:
- view
-
-